Return to doc.sitecore.com

Valid for Sitecore 6.4, 6.2.0
Release Notes

The latest release information about the E-mail Campaign Manager module.

Some of the issues described on this page contain internal reference numbers. You can use these reference numbers when communicating with Sitecore about a particular issue or feature.

1.  Release History

August 5, 2011

E-mail Campaign Manager v1.2.0 rev.110708 has been tested and verified with the Microsoft .NET Framework 4.0, which is now officially supported for use with ECM 1.2.

July 13, 2011

The E-mail Campaign Manager v1.2.0 rev.110708 is released.

Tested with Sitecore CMS 6.4.1 rev.110621.

Compatibility
This version of the module only runs on Sitecore 6.4.

Change log.

New features:

Important changes

Issues fixed

December 15, 2010

The E-mail Campaign Manager v1.2.0 rev.101214 is released.

Tested with Sitecore CMS 6.4.0 rev.101124.

Compatibility
This version of the module only runs on Sitecore 6.4.

Change log.

New features:

2.  Known issues

The list of known issues present in the latest version of the E-mail Campaign Manager module.

  1. In Safari, ECM is not displayed correctly.
    Reference number:
    347482.
    If you are using the Safari browser the Email Campaign Manager application is not displayed correctly, the first time a user opens the application.

  2. Message subject testing cannot be performed.
    Message subject testing cannot be performed on the “HTML” and “Plain Text” email campaign message types.

  3. The email sent to administrators when a dispatch has been aborted has an incorrect subject.
    The email sent to administrators when a dispatch has been aborted has an incorrect subject – it says “Dispatch process is complete”. In addition the Japanese version of this message does not show the status of the message.

  4. Subscription confirmation/notification messages are not sent in Live mode (358144)
     
    Workaround:
    Download the file with the updated pages.
    1. Replace the /sitecore/ConfirmSubscription.html and /sitecore/Unsubscribe.html files with the files that you download (item filtering is disabled for ClientApi calls).
    2. Modify and build the Subscription Form code file (see an example in the Subscription Form.ascx.cs file that you download):
       a. Add the UpdateSubscriptions() method (see its implementation in the Subscription Form.ascx.cs file that you download).
       b. Replace the following line:
       string itemIDToRedirect = ClientApi.UpdateSubscriptions(ContextContact.Name, infoArray, confirmSubscription);
       with the line
       string itemIDToRedirect = this.UpdateSubscriptions(infoArray);